SftTree/OCX 7.0

SftTree.Version Property

Softel vdm, Inc.

Returns the product's exact version.

Syntax       

Get

VB.NET

Text = object.Version  As String

VB

Text = object.Version  As String

C#.NET

string Text = object.Version;

VC++

_bstr_t Text = object->Version;
_bstr_t Text = object->GetVersion();

C

HRESULT object->get_Version(BSTR* Text);

Delphi

Text := object.Version   : WideString;

object

A SftTree object.

Text

Returns the product's exact version.

Comments

The Version property returns the product's exact version.

This information is used for product support and can be displayed using the property dialogs.

The Version property returns the product name and the exact version number. The _Version property (with a leading underscore character) returns the exact version number only.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com